Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Дата
Msg-id l03130301b3faa21d12c1@[147.233.159.109]
обсуждение исходный текст
Ответ на Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL  (Teodor Cimpoesu <teo@digiro.net>)
Список pgsql-general
At 12:37 +0200 on 07/09/1999, Teodor Cimpoesu wrote:


> Second, hmm, your port is 113 but I know the default is 5432.
> If nobody is listening to a port where you are trying to connect, you
> get the same respone (connection refused).

No, you got that wrong. Port 113 is on the CLIENT side. It goes like this:

* NT tries to connect to port 5432 on Postgres server

* The pg_hba.conf defines the authentication for this client as
  "ident"

* Therefore Postgres server tries to connect to the ident server on
  the NT. This is done through port 113 on the NT

* Postgres doesn't find anybody on the NT listening to that port.
  That means no ident server is running on the NT.

* Connection is therefore refused because user could not be
  authenticated.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: Teodor Cimpoesu
Дата:
Сообщение: Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Следующее
От: Jelle Ruttenberg
Дата:
Сообщение: Is there a psqlODBC for the Mac?